From: Richard M. Stallman Date: Fri, 8 Jul 1994 03:36:21 +0000 (+0000) Subject: (BIG_ENDIAN): Don't redefine if defined. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~90883 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=642c364840fb39d6c5636efdcdacd6a812048b30;p=emacs.git (BIG_ENDIAN): Don't redefine if defined. --- diff --git a/src/m/sparc.h b/src/m/sparc.h index dde025563b6..184bdbc4f36 100644 --- a/src/m/sparc.h +++ b/src/m/sparc.h @@ -37,7 +37,9 @@ NOTE-END */ /* SPARC has lowest-numbered byte as most significant */ +#ifndef BIG_ENDIAN #define BIG_ENDIAN +#endif /* Define NO_ARG_ARRAY if you cannot take the address of the first of a * group of arguments and treat it as an array of the arguments. */